Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to show tx history via CLI and API #315

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Allow to show tx history via CLI and API #315

wants to merge 4 commits into from

Conversation

sihamon
Copy link
Collaborator

@sihamon sihamon commented Sep 9, 2023

Stores all transactions in wallet database.
Adds command/endpoint history to CLI and API to show tx history.
Closes #173.

@codecov
Copy link

codecov bot commented Sep 9, 2023

Codecov Report

Patch coverage: 61.40% and project coverage change: -0.30% ⚠️

Comparison is base (87c0adc) 57.15% compared to head (06ea786) 56.86%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #315      +/-   ##
==========================================
- Coverage   57.15%   56.86%   -0.30%     
==========================================
  Files          43       43              
  Lines        4010     4154     +144     
==========================================
+ Hits         2292     2362      +70     
- Misses       1718     1792      +74     
Files Changed Coverage Δ
cashu/wallet/wallet.py 80.14% <0.00%> (-0.69%) ⬇️
cashu/wallet/cli/cli.py 48.19% <27.27%> (-1.03%) ⬇️
cashu/wallet/api/responses.py 100.00% <100.00%> (ø)
cashu/wallet/api/router.py 70.84% <100.00%> (+2.27%) ⬆️
cashu/wallet/crud.py 74.80% <100.00%> (+1.03%) ⬆️
cashu/wallet/helpers.py 83.73% <100.00%> (+0.98%) ⬆️
cashu/wallet/migrations.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Wallet] Show tx history in CLI
1 participant